-- background: 7348 from stack: in.8_89 -- bmap block id: 8434 -- flags: 4000 -- background id: 0 -- name: HC News Bg ----- HyperTalk script ----- on closebackground show bg btn 5 show bg btn 4 end closebackground on closeCard show bg btn 5 show bg btn 4 end closeCard -- part 6 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=288 top=306 right=341 bottom=312 -- title width / last selected line: 0 -- icon id / first selected line: 6721 / 6721 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Return ----- HyperTalk script ----- on mouseUp visual iris close to grey visual iris open pop cd end mouseUp -- part 7 (field) -- low flags: 01 -- high flags: 2000 -- rect: left=21 top=32 right=71 bottom=487 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 3328 -- line height: 16 -- part name: Title ----- HyperTalk script ----- on mouseUp visual iris close to grey visual iris open pop cd end mouseUp -- part 8 (field) -- low flags: 01 -- high flags: 2000 -- rect: left=163 top=79 right=304 bottom=497 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 24 -- part name: Outline ----- HyperTalk script ----- on mouseUp go next cd in this bg end mouseUp -- part 15 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=213 top=306 right=341 bottom=237 -- title width / last selected line: 0 -- icon id / first selected line: 4465 / 4465 -- text alignment: 1 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: Index ----- HyperTalk script ----- on mouseUp push cd visual barn door close to black visual barn door open go cd "LImacSTACK Index" end mouseUp -- part 16 (field) -- low flags: 81 -- high flags: 2004 -- rect: left=134 top=63 right=288 bottom=447 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Explanation ----- HyperTalk script ----- on MouseUp hide me go to cd "fe exp1" end mouseUp -- part 19 (field) -- low flags: 80 -- high flags: 2004 -- rect: left=150 top=79 right=304 bottom=463 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Explanation ----- HyperTalk script ----- on MouseUp hide me end mouseUp -- part 41 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=482 top=301 right=322 bottom=510 -- title width / last selected line: 0 -- icon id / first selected line: 20689 / 20689 -- text alignment: 1 -- font id: 3 -- text size: 9 -- style flags: 256 -- line height: 12 -- part name: New Button ----- HyperTalk script ----- on mouseUp play "hastalavista" go stack "HOME" end mouseUp -- part 45 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=262 top=314 right=334 bottom=288 -- title width / last selected line: 0 -- icon id / first selected line: 2749 / 2749 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Multi-Next ----- HyperTalk script ----- on mouseDown visual scroll left go to next cd of this bg put the ticks into tickHolder repeat until (the mouse is up) if (the ticks - tickHolder) > 30 then go to next cd of this bg put the ticks into tickHolder end if end repeat end mouseDown -- part 46 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=237 top=314 right=334 bottom=262 -- title width / last selected line: 0 -- icon id / first selected line: 25234 / 25234 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Multi-Prev ----- HyperTalk script ----- on mouseDown go to prev cd of this bg put the ticks into tickHolder repeat until (the mouse is up) if (the ticks - tickHolder) > 30 then go to prev cd of this bg put the ticks into tickHolder end if end repeat end mouseDown